Expand description
YAML extractor for axum
This crate provides struct Yaml
that can be used to extract typed information from request’s body.
serde_yaml
parser under the hood.
Re-exports
pub use crate::yaml::Yaml;
YAML extractor for axum
This crate provides struct Yaml
that can be used to extract typed information from request’s body.
serde_yaml
parser under the hood.
pub use crate::yaml::Yaml;